home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEPRO4C.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-24  |  1.7 KB  |  50 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("TeePro4C.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEPACKAGE("tee4C.bpi");
  7. USEPACKAGE("teeUI4C.bpi");
  8. USEPACKAGE("vcldb35.bpi");
  9. USEUNIT("TeeURL.pas");
  10. USEUNIT("BigCandl.pas");
  11. USEUNIT("CandleCh.pas");
  12. USEFORMNS("CandlEdi.pas", Candledi, CandleEditor);
  13. USEFORMNS("ContEdit.pas", Contedit, ContourSeriesEditor);
  14. USEUNIT("CurvFitt.pas");
  15. USEUNIT("EditPro.pas");
  16. USEFORMNS("ErrBarEd.pas", Errbared, ErrorBarSeriesEditor);
  17. USEUNIT("Errorbar.pas");
  18. USEUNIT("ImageBar.pas");
  19. USEUNIT("ImaPoint.pas");
  20. USEUNIT("MyPoint.pas");
  21. USEUNIT("OHLChart.pas");
  22. USEFORMNS("Po3DEdit.pas", Po3dedit, Point3DSeriesEditor);
  23. USEFORMNS("PolarEdi.pas", Polaredi, PolarSeriesEditor);
  24. USEUNIT("StatChar.pas");
  25. USEFORMNS("SurfEdit.pas", Surfedit, SurfaceSeriesEditor);
  26. USEUNIT("TeeBezie.pas");
  27. USEUNIT("TeeComma.pas");
  28. USEUNIT("TeeCount.pas");
  29. USEUNIT("TeeCumu.pas");
  30. USEUNIT("TeeData.pas");
  31. USEUNIT("TeeEdit.pas");
  32. USEUNIT("TeeMonth.pas");
  33. USEUNIT("TeePoin3.pas");
  34. USEUNIT("TeePolar.pas");
  35. USEUNIT("TeePoly.pas");
  36. USEUNIT("TeeProCo.pas");
  37. USEUNIT("TeeStore.pas");
  38. USEUNIT("TeeSurfa.pas");
  39. USEUNIT("Bar3d.pas");
  40. //---------------------------------------------------------------------------
  41. #pragma package(smart_init)
  42. //---------------------------------------------------------------------------
  43. //   Package source.
  44. //---------------------------------------------------------------------------
  45. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  46. {
  47.         return 1;
  48. }
  49. //---------------------------------------------------------------------------
  50.